'Declaration
Public Function New( _ ByVal clientSelector As EasyUAClientSelector, _ ByVal aliasProvider As IAliasProvider, _ ByVal attributeArguments As UAAttributeArguments _ )
'Usage
Dim clientSelector As EasyUAClientSelector Dim aliasProvider As IAliasProvider Dim attributeArguments As UAAttributeArguments Dim instance As New UAWriteValueObserver(Of TValue)(clientSelector, aliasProvider, attributeArguments)
public UAWriteValueObserver<TValue>( EasyUAClientSelector clientSelector, IAliasProvider aliasProvider, UAAttributeArguments attributeArguments )
public: UAWriteValueObserver<TValue>( EasyUAClientSelector^ clientSelector, IAliasProvider^ aliasProvider, UAAttributeArguments^ attributeArguments )
Parameters
- clientSelector
- The selector of the client object that is used for OPC Unified Architecture operations.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - aliasProvider
- The alias provider to be used for resolving aliases by this reactive object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - attributeArguments
- Holds all arguments needed to specify a node together with its attribute in an OPC-UA server.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).